func reflect.arrayAt
10 uses
reflect (current package)
swapper.go#L73: val1 := arrayAt(s.Data, i, size, "i < s.Len")
swapper.go#L74: val2 := arrayAt(s.Data, j, size, "j < s.Len")
type.go#L2894: pi := arrayAt(p, i, esize, "i < length")
type.go#L2895: qi := arrayAt(q, i, esize, "i < length")
value.go#L1422: val := arrayAt(s.Data, i, typ.Size(), "i < s.Len")
value.go#L1431: p := arrayAt(s.Data, i, 1, "i < s.Len")
value.go#L2557: t = unsafeheader.String{Data: arrayAt(s.Data, i, 1, "i < s.Len"), Len: j - i}
value.go#L2574: s.Data = arrayAt(base, i, typ.Elem.Size(), "i < cap")
value.go#L2626: s.Data = arrayAt(base, i, typ.Elem.Size(), "i < k <= cap")
value.go#L2879: func arrayAt(p unsafe.Pointer, i int, eltSize uintptr, whySafe string) unsafe.Pointer {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |